home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if field "attempts" = "9.0" then
- put "PERFECT" into field "eval"
- else
- if (field "attempts" >= "10.0") and (field "attempts" <= "12.0") then
- put "AVERAGE" into field "eval"
- else
- if (field "attempts" >= "13.0") and (field "attempts" <= "17.0") then
- put "BELOW AVERAGE" into field "eval"
- else
- if field "attempts" >= "18.0" then
- put "PERHAPS YOU SHOULD TAKE THE TEST AGAIN" into field "eval"
- end if
- end if
- end if
- end if
- puppetSound("thing")
- end
-